CodeProperty2::ReadWrite Property

 

Returns whether the property is readable, writeable, or both.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property vsCMPropertyKind ReadWrite {
	vsCMPropertyKind get();
}

Property Value

Type: EnvDTE80::vsCMPropertyKind

A vsCMPropertyKind value representing the property state.

ReadWrite determines the Get/Set status for the specified property.

Return to top
Show: