VCCodeProperty::Prototype Property (Int32)

 

Returns a string holding the stub definition of this object.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property String^ default[
	int Flags = 0
] {
	String^ get(int Flags = 0);
}

Parameters

Flags
Type: System::Int32

Optional. A vsCMPrototype value that indicates the string contents, such as only parameter names, parameter types, whole unique signature, and so forth. All flags are set to Off by default.

Property Value

Type: System::String^

A string describing the element.

Return to top
Show: