ITagCollector.Add 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Add(String, Object) |
태그를 추가합니다. |
Add(String, Object, DataClassificationSet) |
태그를 추가합니다. |
Add(String, Object)
- Source:
- ITagCollector.cs
- Source:
- ITagCollector.cs
태그를 추가합니다.
public:
void Add(System::String ^ tagName, System::Object ^ tagValue);
public void Add (string tagName, object? tagValue);
abstract member Add : string * obj -> unit
Public Sub Add (tagName As String, tagValue As Object)
매개 변수
- tagName
- String
추가할 태그의 이름입니다.
- tagValue
- Object
추가할 태그의 값입니다.
예외
tagName
null
.
tagName
비어 있거나 공백만 포함하거나 같은 이름의 태그가 이미 추가된 경우입니다.
적용 대상
Add(String, Object, DataClassificationSet)
- Source:
- ITagCollector.cs
- Source:
- ITagCollector.cs
태그를 추가합니다.
public:
void Add(System::String ^ tagName, System::Object ^ tagValue, Microsoft::Extensions::Compliance::Classification::DataClassificationSet ^ classifications);
public void Add (string tagName, object? tagValue, Microsoft.Extensions.Compliance.Classification.DataClassificationSet classifications);
abstract member Add : string * obj * Microsoft.Extensions.Compliance.Classification.DataClassificationSet -> unit
Public Sub Add (tagName As String, tagValue As Object, classifications As DataClassificationSet)
매개 변수
- tagName
- String
추가할 태그의 이름입니다.
- tagValue
- Object
추가할 태그의 값입니다.
- classifications
- DataClassificationSet
태그 값의 데이터 분류입니다.
예외
tagName
null
.
tagName
비어 있거나 공백만 포함하거나 같은 이름의 태그가 이미 추가된 경우입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET