Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of paths that were used by the combined calls to Deserialize() or Serialize().
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property UsedPaths As GraphPathSerializationDictionary
public GraphPathSerializationDictionary UsedPaths { get; }
public:
property GraphPathSerializationDictionary^ UsedPaths {
GraphPathSerializationDictionary^ get ();
}
member UsedPaths : GraphPathSerializationDictionary with get
function get UsedPaths () : GraphPathSerializationDictionary
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Returns GraphPathSerializationDictionary.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.