ModelingToolboxItemBase.Id Property
Gets the unique identified of this toolbox item.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
Public ReadOnly Property Id As String
Get
public string Id { get; }
public:
property String^ Id {
String^ get ();
}
member Id : string
function get Id () : String
Property Value
Type: System.String
.NET Framework Security
- 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.