IVsConnectedServiceInstanceReferenceProviderContext::TargetFrameworkMoniker Property

 

Gets the target framework moniker.

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

[DispIdAttribute(1610743814)]
property String^ TargetFrameworkMoniker {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The target framework moniker.

Return to top
Show: