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.
Gets or sets the node type id.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property NodeTypeId As Object
public Object NodeTypeId { get; set; }
public:
virtual property Object^ NodeTypeId {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract NodeTypeId : Object with get, set
override NodeTypeId : Object with get, set
final function get NodeTypeId () : Object
final function set NodeTypeId (value : Object)
Property Value
Type: System.Object
Implements
ISchemaModelViewerNode.NodeTypeId
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace