CodeProperty2.ReadWrite Property

Definition

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.

Applies to