Style 생성자

정의

오버로드

Style()

초기 TargetType 및 빈 Setters 컬렉션 없이 Style 클래스의 새 instance 초기화합니다.

Style(TypeName)

지정한 초기 TargetType 및 빈 Setters 컬렉션을 사용하여 Style 클래스의 새 instance 초기화합니다.

Style()

초기 TargetType 및 빈 Setters 컬렉션 없이 Style 클래스의 새 instance 초기화합니다.

public:
 Style();
 Style();
public Style();
function Style()
Public Sub New ()

추가 정보

적용 대상

Style(TypeName)

지정한 초기 TargetType 및 빈 Setters 컬렉션을 사용하여 Style 클래스의 새 instance 초기화합니다.

public:
 Style(TypeName targetType);
 Style(TypeName const& targetType);
public Style(System.Type targetType);
function Style(targetType)
Public Sub New (targetType As Type)

매개 변수

targetType
TypeName Type

Style에 설정할 TargetType입니다.

설명

중요

.NET 언어(C# 또는 Visual Basic)를 사용하여 프로그래밍하는 경우 TypeNameSystem.Type으로 프로젝트를 입력합니다. 위의 C# 및 Visual Basic 구문에 올바르게 표시되지 않습니다. targetType 매개 변수는 System.Type을 사용해야 합니다. C#을 사용하여 프로그래밍하는 경우 typeof 연산자를 사용하여 형식의 System.Type 에 대한 참조를 가져오는 것이 일반적입니다. Visual Basic에서 GetType을 사용합니다.

적용 대상