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
- 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.
See Also
Reference
VsTargetFrameworkProvider Class