Share via


VsTargetFrameworkProvider.ProviderService Property

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Property ProviderService As TypeDescriptionProviderService
public TypeDescriptionProviderService ProviderService { get; set; }
public:
property TypeDescriptionProviderService^ ProviderService {
    TypeDescriptionProviderService^ get ();
    void set (TypeDescriptionProviderService^ value);
}
member ProviderService : TypeDescriptionProviderService with get, set
function get ProviderService () : TypeDescriptionProviderService 
function set ProviderService (value : TypeDescriptionProviderService)

Property Value

Type: System.ComponentModel.Design.TypeDescriptionProviderService

.NET Framework Security

See Also

Reference

VsTargetFrameworkProvider Class

Microsoft.VisualStudio.Shell.Design Namespace