ProvideXmlEditorChooserDesignerViewAttribute::MatchExtensionAndNamespace Property

 

Gets or sets a Boolean value indicating whether the XML chooser should match on both the file extension and the namespace. If false, the XML chooser matches on either the extension or the namespace.

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

public:
property bool MatchExtensionAndNamespace {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: