VCCodeInterface::DeclarationText Property

 

Gets or sets the declaration of the object.

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

property String^ DeclarationText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The declaration of the object.

Return to top
Show: