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 the current instance of the parent service provider.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Property ParentProvider As Object
Get
Set
protected Object ParentProvider { get; set; }
protected:
property Object^ ParentProvider {
Object^ get ();
void set (Object^ value);
}
member ParentProvider : Object with get, set
function get ParentProvider () : Object
function set ParentProvider (value : Object)
Property Value
Type: System.Object
The current instance of the parent service provider object.
.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.