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

See Also

Reference

ISchemaModelViewerNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace