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.
Returns whether the property is readable, writeable, or both.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property ReadWrite As vsCMPropertyKind
'Usage
Dim instance As CodeProperty2
Dim value As vsCMPropertyKind
value = instance.ReadWrite
vsCMPropertyKind ReadWrite { get; }
property vsCMPropertyKind ReadWrite {
vsCMPropertyKind 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.