IVsConnectedServiceInstanceReferenceProviderContext::TargetPlatformIdentifier Property

 

Gets the target platform identifier.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610743810)]
property String^ TargetPlatformIdentifier {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The target platform identifier.

Return to top
Show: