GraphMetadataContainer.DefaultCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected public:
property Func<Microsoft::VisualStudio::GraphModel::GraphMetadata ^> ^ DefaultCallback { Func<Microsoft::VisualStudio::GraphModel::GraphMetadata ^> ^ get(); void set(Func<Microsoft::VisualStudio::GraphModel::GraphMetadata ^> ^ value); };
protected internal Func<Microsoft.VisualStudio.GraphModel.GraphMetadata> DefaultCallback { get; set; }
member this.DefaultCallback : Func<Microsoft.VisualStudio.GraphModel.GraphMetadata> with get, set
Protected Friend Property DefaultCallback As Func(Of GraphMetadata)