CSharpCodeWriter.WriteAutoPropertyDeclaration(String, String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteAutoPropertyDeclaration(System::String ^ accessibility, System::String ^ typeName, System::String ^ name);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteAutoPropertyDeclaration (string accessibility, string typeName, string name);
member this.WriteAutoPropertyDeclaration : string * string * string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteAutoPropertyDeclaration (accessibility As String, typeName As String, name As String) As CSharpCodeWriter
Parameter
- accessibility
- String
- typeName
- String
- name
- String