CodeProperty2.ReadWrite Property
Returns whether the property is readable, writeable, or both.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property ReadWrite As vsCMPropertyKind
vsCMPropertyKind ReadWrite { get; }
property vsCMPropertyKind ReadWrite {
vsCMPropertyKind get ();
}
abstract ReadWrite : vsCMPropertyKind with get
function get ReadWrite () : vsCMPropertyKind
Property Value
Type: EnvDTE80.vsCMPropertyKind
A vsCMPropertyKind value representing the property state.
Remarks
ReadWrite determines the Get/Set status for the specified property.
.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.