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 the object to be displayed in the property browser.
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 MustOverride ReadOnly Property PropertiesObject As Object
public abstract Object PropertiesObject { get; }
public:
virtual property Object^ PropertiesObject {
Object^ get () abstract;
}
abstract PropertiesObject : Object
abstract function get PropertiesObject () : Object
Property Value
Type: System.Object
Implements
ISchemaModelViewerNode.PropertiesObject
.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