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 expansion provider that owns this expansion function.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public ReadOnly Property ExpansionProvider As ExpansionProvider
'Usage
Dim instance As ExpansionFunction
Dim value As ExpansionProvider
value = instance.ExpansionProvider
public ExpansionProvider ExpansionProvider { get; }
public:
property ExpansionProvider^ ExpansionProvider {
ExpansionProvider^ get ();
}
public function get ExpansionProvider () : ExpansionProvider
Property Value
Type: Microsoft.VisualStudio.Package.ExpansionProvider
ExpansionProvider.
.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.