다음을 통해 공유


VsTargetFrameworkProvider.ProviderService Property

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

Syntax

‘선언
Public Property ProviderService As TypeDescriptionProviderService
    Get
    Set
‘사용 방법
Dim instance As VsTargetFrameworkProvider
Dim value As TypeDescriptionProviderService

value = instance.ProviderService

instance.ProviderService = value
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

VsTargetFrameworkProvider Members

Microsoft.VisualStudio.Shell.Design Namespace