VCCodeEnum.DeclarationText Property

Definition

Gets or sets the declaration of the parent object.

public:
 property System::String ^ DeclarationText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ DeclarationText { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(580)]
public string DeclarationText { [System.Runtime.InteropServices.DispId(580)] [System.Runtime.InteropServices.TypeLibFunc] get; [System.Runtime.InteropServices.DispId(580)] [System.Runtime.InteropServices.TypeLibFunc] set; }
[<System.Runtime.InteropServices.DispId(580)>]
[<get: System.Runtime.InteropServices.DispId(580)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
[<set: System.Runtime.InteropServices.DispId(580)>]
[<set: System.Runtime.InteropServices.TypeLibFunc>]
member this.DeclarationText : string with get, set
Public Property DeclarationText As String

Property Value

The declaration of the parent object.

Attributes

Applies to