CodeGenerator.OutputFieldScopeModifier-Methode
Gibt einen Modifizierer für den Gültigkeitsbereich von Feldern aus, der den angegebenen Attributen entspricht.
Namespace: System.CodeDom.Compiler
Assembly: System (in system.dll)
Syntax
'Declaration
Protected Overridable Sub OutputFieldScopeModifier ( _
attributes As MemberAttributes _
)
'Usage
Dim attributes As MemberAttributes
Me.OutputFieldScopeModifier(attributes)
protected virtual void OutputFieldScopeModifier (
MemberAttributes attributes
)
protected:
virtual void OutputFieldScopeModifier (
MemberAttributes attributes
)
protected void OutputFieldScopeModifier (
MemberAttributes attributes
)
protected function OutputFieldScopeModifier (
attributes : MemberAttributes
)
Parameter
- attributes
Ein MemberAttributes-Enumerationswert, der die Attribute angibt.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
CodeGenerator-Klasse
CodeGenerator-Member
System.CodeDom.Compiler-Namespace
MemberAttributes-Enumeration