ProvideViewAttribute Constructor (LogicalView, String^)

 

Creates a new attribute.

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

public:
ProvideViewAttribute(
	LogicalView logicalView,
	String^ physicalView
)

Parameters

logicalView
Type: Microsoft.VisualStudio.Shell::LogicalView

An enumeration of the kinds of logical views available.

physicalView
Type: System::String^

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

See LogicalView for the possible values of this enumeration.

Return to top
Show: