ProvideLanguageCodeExpansionAttribute::ForceCreateDirs Property

 

Gets or sets a semicolon-delimited string containing the directory or directories that should be created.

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

public:
property String^ ForceCreateDirs {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The directory or directories that should be created.

Return to top
Show: