IVarInfo.HelpString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the variable or function Help string.
public:
property System::String ^ HelpString { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ HelpString { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743818)]
public string HelpString { [System.Runtime.InteropServices.DispId(1610743818)] get; [System.Runtime.InteropServices.DispId(1610743818)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743818)>]
[<get: System.Runtime.InteropServices.DispId(1610743818)>]
[<set: System.Runtime.InteropServices.DispId(1610743818)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.HelpString : string with get, set
Public Property HelpString As String
Property Value
The variable or function Help string.
- Attributes