ExtensionRegistrarBase<T, TMetadataView>.Logger Property
Used to log exceptions/errors encountered by the registrar object.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Logger As IExtensibilityLogger
Get
public virtual IExtensibilityLogger Logger { get; }
public:
virtual property IExtensibilityLogger^ Logger {
IExtensibilityLogger^ get ();
}
abstract Logger : IExtensibilityLogger
override Logger : IExtensibilityLogger
function get Logger () : IExtensibilityLogger
Property Value
Type: Microsoft.VisualStudio.Modeling.ExtensionEnablement.IExtensibilityLogger
.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
ExtensionRegistrarBase<T, TMetadataView> Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace