ProvideViewAttribute(LogicalView, String) Constructor

Definition

Creates a new attribute.

public:
 ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, System::String ^ physicalView);
public:
 ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, Platform::String ^ physicalView);
 ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, std::wstring const & physicalView);
public ProvideViewAttribute (Microsoft.VisualStudio.Shell.LogicalView logicalView, string physicalView);
new Microsoft.VisualStudio.Shell.ProvideViewAttribute : Microsoft.VisualStudio.Shell.LogicalView * string -> Microsoft.VisualStudio.Shell.ProvideViewAttribute
Public Sub New (logicalView As LogicalView, physicalView As String)

Parameters

logicalView
LogicalView

An enumeration of the kinds of logical views available.

physicalView
String

The GUID of the physical view. This can be null to indicate the default physical view.

Remarks

See LogicalView for the possible values of this enumeration.

Applies to