IParamInfo.Name Property
Gets or sets the name of the object.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
'宣告
Property Name As String
Get
Set
string Name { get; set; }
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)
Type: System.String
The name of the IParamInfo object.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.VsWizard Namespace
How to: Compile and Run the Automation Object Model Code Examples