IVsConnectedServiceInstanceReferenceProviderContext.ProjectCapabilities 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.
Gets the project capabilities.
public:
property System::String ^ ProjectCapabilities { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ProjectCapabilities { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string ProjectCapabilities { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.ProjectCapabilities : string with get, set
Public Property ProjectCapabilities As String
Property Value
The project capabilities.
- Attributes