CodeWindowManager::Properties Property

 

Allows retrieving and updating the document properties.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property DocumentProperties^ Properties {
	DocumentProperties^ get();
	void set(DocumentProperties^ value);
}

Property Value

Type: Microsoft.VisualStudio.Package::DocumentProperties^

Returns a DocumentProperties object obtained in the constructor through a call to the CreateDocumentProperties method.

If the Properties property is given a new DocumentProperties object, the previous object is closed before the new object is set. DocumentProperties::Refresh is called on the new object if it is not a null value.

Return to top
Show: