Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the provider service.
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: TypeDescriptionProviderService
The provider service.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.