TeamFoundationVersionControlService.CreateAnnotation 方法
建立並保存附註的執行個體。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Sub CreateAnnotation ( _
requestContext As TeamFoundationRequestContext, _
annotationName As String, _
annotatedItem As String, _
version As Integer, _
annotationValue As String, _
comment As String, _
overwrite As Boolean _
)
public void CreateAnnotation(
TeamFoundationRequestContext requestContext,
string annotationName,
string annotatedItem,
int version,
string annotationValue,
string comment,
bool overwrite
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- annotationName
類型:System.String
這是標記法的名稱。
- annotatedItem
類型:System.String
若要將關聯標記法的選擇性項目。
- version
類型:System.Int32
這是關聯標記法之項目的版本。
- annotationValue
類型:System.String
這是註釋的值。
- comment
類型:System.String
標記的任意註解與附註。
- overwrite
類型:System.Boolean
如果重新撰寫為 true,而且註釋存在這會使它覆寫。如果不會建立。如果是 false 會與這個執行個體加入,即使其他已經存在。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。