Allows you to create or manage user-defined file references.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmAddCustomRefs | |
| C# | |
|---|---|
public interface IEdmAddCustomRefs | |
| C++/CLI | |
|---|---|
public interface class IEdmAddCustomRefs | |
This interface:
- inherits from IDispatch. See IDispatch Interface (Automation).
- is extended by IEdmAddCustomRefs2.
To manage existing references:
- Create IEdmAddCustomRefs using IEdmVault7::CreateUtility.
- Call IEdmAddCustomRefs::ShowEditReferencesDlg to display the existing file references.
To create new references:
- Create IEdmAddCustomRefs using IEdmVault7::CreateUtility.
- Call IEdmAddCustomRefs::AddReferencesClipboard, IEdmAddCustomRefs::AddReferencesID, or IEdmAddCustomRefs::AddReferencesPath to add file references.
- (Optional) Call IEdmAddCustomRefs::CreateTree and IEdmAddCustomRefs::ShowDlg to display the file references.
- Call IEdmAddCustomRefs::CreateReferences to create the new references.