CodeWindowManager.Properties Property

Definition

Returns the DocumentProperties, if any. You can update this property if you want to change the document properties on the fly.

public:
 property Microsoft::VisualStudio::Package::DocumentProperties ^ Properties { Microsoft::VisualStudio::Package::DocumentProperties ^ get(); void set(Microsoft::VisualStudio::Package::DocumentProperties ^ value); };
public Microsoft.VisualStudio.Package.DocumentProperties Properties { get; set; }
member this.Properties : Microsoft.VisualStudio.Package.DocumentProperties with get, set
Public Property Properties As DocumentProperties

Property Value

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

Remarks

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

Applies to