CodeAttributeArgument Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CodeAttributeArgument.
Przeciążenia
CodeAttributeArgument() |
Inicjuje nowe wystąpienie klasy CodeAttributeArgument. |
CodeAttributeArgument(CodeExpression) |
Inicjuje CodeAttributeArgument nowe wystąpienie klasy przy użyciu określonej wartości. |
CodeAttributeArgument(String, CodeExpression) |
Inicjuje CodeAttributeArgument nowe wystąpienie klasy przy użyciu określonej nazwy i wartości. |
CodeAttributeArgument()
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
Inicjuje nowe wystąpienie klasy CodeAttributeArgument.
public:
CodeAttributeArgument();
public CodeAttributeArgument ();
Public Sub New ()
Dotyczy
CodeAttributeArgument(CodeExpression)
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
Inicjuje CodeAttributeArgument nowe wystąpienie klasy przy użyciu określonej wartości.
public:
CodeAttributeArgument(System::CodeDom::CodeExpression ^ value);
public CodeAttributeArgument (System.CodeDom.CodeExpression value);
new System.CodeDom.CodeAttributeArgument : System.CodeDom.CodeExpression -> System.CodeDom.CodeAttributeArgument
Public Sub New (value As CodeExpression)
Parametry
- value
- CodeExpression
Element CodeExpression reprezentujący wartość argumentu.
Zobacz też
Dotyczy
CodeAttributeArgument(String, CodeExpression)
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
- Źródło:
- CodeAttributeArgument.cs
Inicjuje CodeAttributeArgument nowe wystąpienie klasy przy użyciu określonej nazwy i wartości.
public:
CodeAttributeArgument(System::String ^ name, System::CodeDom::CodeExpression ^ value);
public CodeAttributeArgument (string name, System.CodeDom.CodeExpression value);
new System.CodeDom.CodeAttributeArgument : string * System.CodeDom.CodeExpression -> System.CodeDom.CodeAttributeArgument
Public Sub New (name As String, value As CodeExpression)
Parametry
- name
- String
Nazwa właściwości atrybutu, do których ma zastosowanie argument.
- value
- CodeExpression
Element CodeExpression reprezentujący wartość argumentu.