ISchemaModelViewerNode.PropertiesObject Property
Gets the object that contains the properties to be displayed in the property browser.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property PropertiesObject As Object
Object PropertiesObject { get; }
property Object^ PropertiesObject {
Object^ get ();
}
abstract PropertiesObject : Object
function get PropertiesObject () : Object
Property Value
Type: System.Object
.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
ISchemaModelViewerNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace