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
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

See Also

Reference

CodeProperty2 Interface

EnvDTE80 Namespace

Other Resources

Discovering Code by Using the Code Model (Visual Basic)

Discovering Code by Using the Code Model (Visual C#)