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.
Gets the type of adornment to use.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property Type As String
public string Type { get; private set; }
public:
virtual property String^ Type {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract Type : string with get, private set
override Type : string with get, private set
final function get Type () : String
private final function set Type (value : String)
Property Value
Type: System.String
The type of adornment to use.
Implements
.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.