SupportsStandaloneFilesAttribute::SupportsStandaloneFiles Property

Visual Studio 2015
 

Determines whether an IPeekableItemSourceProvider supports standalone (not part of a project) files.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: