Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows retrieving and updating the document properties.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Property Properties As DocumentProperties
'Usage
Dim instance As CodeWindowManager
Dim value As DocumentProperties
value = instance.Properties
instance.Properties = value
public DocumentProperties Properties { get; set; }
public:
property DocumentProperties^ Properties {
DocumentProperties^ get ();
void set (DocumentProperties^ value);
}
public function get Properties () : DocumentProperties
public function set Properties (value : DocumentProperties)
Property Value
Type: Microsoft.VisualStudio.Package.DocumentProperties
Returns a DocumentProperties object obtained in the constructor through a call to the CreateDocumentProperties method.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.