CodeProperty2.ReadWrite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the property is readable, writeable, or both.
public:
property EnvDTE80::vsCMPropertyKind ReadWrite { EnvDTE80::vsCMPropertyKind get(); };
public:
property EnvDTE80::vsCMPropertyKind ReadWrite { EnvDTE80::vsCMPropertyKind get(); };
[System.Runtime.InteropServices.DispId(209)]
public EnvDTE80.vsCMPropertyKind ReadWrite { [System.Runtime.InteropServices.DispId(209)] get; }
[<System.Runtime.InteropServices.DispId(209)>]
[<get: System.Runtime.InteropServices.DispId(209)>]
member this.ReadWrite : EnvDTE80.vsCMPropertyKind
Public ReadOnly Property ReadWrite As vsCMPropertyKind
Property Value
A vsCMPropertyKind value representing the property state.
- Attributes
Remarks
ReadWrite determines the Get/Set status for the specified property.