IdentityExtensions.GetModifiedProperties Method

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetModifiedProperties ( _
    identity As Identity _
) As HashSet(Of String)
public static HashSet<string> GetModifiedProperties(
    this Identity identity
)
[ExtensionAttribute]
public:
static HashSet<String^>^ GetModifiedProperties(
    Identity^ identity
)
static member GetModifiedProperties : 
        identity:Identity -> HashSet<string> 
public static function GetModifiedProperties(
    identity : Identity
) : HashSet<String>

Parameters

Return Value

Type: System.Collections.Generic.HashSet<String>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Identity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

IdentityExtensions Class

Microsoft.VisualStudio.Services.Identity Namespace