VCCodeReference.Comment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not currently implemented.
public:
property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Comment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(578)]
public string Comment { [System.Runtime.InteropServices.DispId(578)] get; [System.Runtime.InteropServices.DispId(578)] set; }
[<System.Runtime.InteropServices.DispId(578)>]
[<get: System.Runtime.InteropServices.DispId(578)>]
[<set: System.Runtime.InteropServices.DispId(578)>]
member this.Comment : string with get, set
Public Property Comment As String
Property Value
An annotation.
- Attributes