PropertyDataCollection.Add 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 PropertyData 개체를 추가합니다.
오버로드
Add(String, Object) |
지정한 값의 새 PropertyData를 추가합니다. 이 값은 null일 수 없으며 CIM(Common Information Model) 형식으로 변환될 수 있어야 합니다. |
Add(String, CimType, Boolean) |
값을 할당하지 않고 새 PropertyData를 추가합니다. |
Add(String, Object, CimType) |
지정한 값과 CIM(Common Information Model) 형식을 가지는 새 PropertyData를 추가합니다. |
Add(String, Object)
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
지정한 값의 새 PropertyData를 추가합니다. 이 값은 null일 수 없으며 CIM(Common Information Model) 형식으로 변환될 수 있어야 합니다.
public:
virtual void Add(System::String ^ propertyName, System::Object ^ propertyValue);
public virtual void Add (string propertyName, object propertyValue);
abstract member Add : string * obj -> unit
override this.Add : string * obj -> unit
Public Overridable Sub Add (propertyName As String, propertyValue As Object)
매개 변수
- propertyName
- String
새 속성의 이름입니다.
- propertyValue
- Object
속성 값으로, null일 수 없습니다.
설명
속성은 인스턴스 필요가 클래스 정의에 추가할 수 있습니다. 이 메서드는 유효한에서 호출 될 때만 PropertyDataCollection 에 ManagementClass합니다.
.NET Framework 보안
직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.
적용 대상
Add(String, CimType, Boolean)
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
값을 할당하지 않고 새 PropertyData를 추가합니다.
public:
void Add(System::String ^ propertyName, System::Management::CimType propertyType, bool isArray);
public void Add (string propertyName, System.Management.CimType propertyType, bool isArray);
member this.Add : string * System.Management.CimType * bool -> unit
Public Sub Add (propertyName As String, propertyType As CimType, isArray As Boolean)
매개 변수
- propertyName
- String
속성의 이름입니다.
- propertyType
- CimType
속성의 CIM(Common Information Model) 형식입니다.
- isArray
- Boolean
속성을 배열 형식으로 지정하려면 true
이고, 그렇지 않으면 false
입니다.
설명
속성은 인스턴스 필요가 클래스 정의에 추가할 수 있습니다. 이 메서드는 유효한에서 호출 될 때만 PropertyDataCollection 에 ManagementClass합니다.
.NET Framework 보안
직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.
적용 대상
Add(String, Object, CimType)
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
- Source:
- PropertySet.cs
지정한 값과 CIM(Common Information Model) 형식을 가지는 새 PropertyData를 추가합니다.
public:
void Add(System::String ^ propertyName, System::Object ^ propertyValue, System::Management::CimType propertyType);
public void Add (string propertyName, object propertyValue, System.Management.CimType propertyType);
member this.Add : string * obj * System.Management.CimType -> unit
Public Sub Add (propertyName As String, propertyValue As Object, propertyType As CimType)
매개 변수
- propertyName
- String
속성의 이름입니다.
- propertyValue
- Object
속성 값으로, null일 수 있습니다.
- propertyType
- CimType
속성의 CIM 형식입니다.
설명
속성은 인스턴스 필요가 클래스 정의에 추가할 수 있습니다. 이 메서드는 유효한에서 호출 될 때만 PropertyDataCollection 에 ManagementClass합니다.
.NET Framework 보안
직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.
적용 대상
.NET