Share via


IVarInfo.DispID Property

Gets or sets the variable or function dispatch ID.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Property DispID As String
string DispID { get; set; }
property String^ DispID {
    String^ get ();
    void set (String^ value);
}
abstract DispID : string with get, set
function get DispID () : String 
function set DispID (value : String)

Property Value

Type: System.String
The variable or function dispatch ID.

.NET Framework Security

See Also

Reference

IVarInfo Interface

Microsoft.VisualStudio.VsWizard Namespace