ProvidePhysicalViewAttributesAttribute.PhysicalView Property

Gets the name of the physical view.

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

Syntax

'Declaration
Public Property PhysicalView As String
public string PhysicalView { get; private set; }
public:
property String^ PhysicalView {
    String^ get ();
    private: void set (String^ value);
}
member PhysicalView : string with get, private set
function get PhysicalView () : String 
private function set PhysicalView (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProvidePhysicalViewAttributesAttribute Class

Microsoft.VisualStudio.Shell Namespace