OlReferenceType Enum
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.
Indicates the reference type.
public enum class OlReferenceType
public enum OlReferenceType
Public Enum OlReferenceType
- Inheritance
-
OlReferenceType
Fields
Name | Value | Description |
---|---|---|
olWeak | 0 | Weak reference |
olStrong | 1 | Strong reference |
Remarks
Used as a parameter to the GetObjectReference(Object, OlReferenceType) method.