Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of BaseDefinitionAttribute.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public BaseDefinitionAttribute(
string name
)
public:
BaseDefinitionAttribute(
String^ name
)
new :
name:string -> BaseDefinitionAttribute
public function BaseDefinitionAttribute(
name : String
)
Parameters
name
Type: System.StringThe base definition name. Definition names are case-insensitive.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | name is nulla null reference (Nothing in Visual Basic) or an empty string. |
.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.