ProvidePhysicalViewAttributesAttribute.Attributes Property
Gets the attributes for the physical view.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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
- 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.