VsValidationContext.ServiceProvider Property
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim instance As VsValidationContext
Dim value As IServiceProvider
value = instance.ServiceProvider
public IServiceProvider ServiceProvider { get; }
public:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
public function get ServiceProvider () : IServiceProvider
Property Value
Type: System.IServiceProvider
.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.