ProvidePhysicalViewAttributesAttribute.Attributes Property

Gets the attributes for the physical view.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property Attributes As __VSPHYSICALVIEWATTRIBUTES
public __VSPHYSICALVIEWATTRIBUTES Attributes { get; private set; }
public:
property __VSPHYSICALVIEWATTRIBUTES Attributes {
    __VSPHYSICALVIEWATTRIBUTES get ();
    private: void set (__VSPHYSICALVIEWATTRIBUTES value);
}
member Attributes : __VSPHYSICALVIEWATTRIBUTES with get, private set
function get Attributes () : __VSPHYSICALVIEWATTRIBUTES 
private function set Attributes (value : __VSPHYSICALVIEWATTRIBUTES)

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.__VSPHYSICALVIEWATTRIBUTES

.NET Framework Security

See Also

Reference

ProvidePhysicalViewAttributesAttribute Class

Microsoft.VisualStudio.Shell Namespace