BasicPropertyAttribute 생성자
클래스 생성자입니다.새 인스턴스를 초기화는 BasicPropertyAttribute 클래스에는 부울 인스턴스를 "기본" 인지 여부 표시
네임스페이스: Microsoft.VisualStudio.Data
어셈블리: Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)
구문
‘선언
Public Sub New ( _
isBasicProperty As Boolean _
)
public BasicPropertyAttribute(
bool isBasicProperty
)
public:
BasicPropertyAttribute(
bool isBasicProperty
)
new :
isBasicProperty:bool -> BasicPropertyAttribute
public function BasicPropertyAttribute(
isBasicProperty : boolean
)
매개 변수
- isBasicProperty
형식: System.Boolean
지정 된 속성을 "기본" 인지 여부를 지정 하는 부울 값
설명
"기본" 속성이 가장 일반적으로 사용 되는 수 고는 일반적으로 연결 하는 데 필요한.
속성 "basic"으로 고려해 야 하는 특성 값 설정 true, 그렇지 않으면 특성 값을 설정 false.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.