Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual object[] ActionVariableDescriptions { get; }
public:
property array<Object^>^ ActionVariableDescriptions {
virtual array<Object^>^ get();
}
abstract ActionVariableDescriptions : Object[] with get
override ActionVariableDescriptions : Object[] with get
Public Overridable ReadOnly Property ActionVariableDescriptions As Object()
Property Value
Type: System.Object[]
A Object containing a SAFEARRAY of VARIANTs that contain the descriptions for the macros. The list corresponds directly to the list in the ActionVariables property. The variant type is VT_BSTR. Use the bstrVal member to access the description..
Implements
IFsrmFileScreenManager.ActionVariableDescriptions
See Also
IFsrmFileScreenManager
FsrmFileScreenManager
FsrmFileScreenManagerClass Class
Microsoft.Storage Namespace
Return to top