ChangeTag.ChangeTypes Property
Gets the type of change for the tag.
Namespace: Microsoft.VisualStudio.Text.Document
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property ChangeTypes As ChangeTypes
public ChangeTypes ChangeTypes { get; private set; }
public:
property ChangeTypes ChangeTypes {
ChangeTypes get ();
private: void set (ChangeTypes value);
}
member ChangeTypes : ChangeTypes with get, private set
function get ChangeTypes () : ChangeTypes
private function set ChangeTypes (value : ChangeTypes)
Property Value
Type: Microsoft.VisualStudio.Text.Document.ChangeTypes
The type of change for the tag.
.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.