ISession.Notes 属性

注意当执行此会话时创建。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
ReadOnly Property Notes As SessionPropertyCollection(Of ISessionNote)
SessionPropertyCollection<ISessionNote> Notes { get; }
property SessionPropertyCollection<ISessionNote^>^ Notes {
    SessionPropertyCollection<ISessionNote^>^ get ();
}
abstract Notes : SessionPropertyCollection<ISessionNote> with get
function get Notes () : SessionPropertyCollection<ISessionNote>

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionNote>
返回 SessionPropertyCollection<T>

.NET Framework 安全性

请参见

参考

ISession 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间