Ejemplo n.º 1
0
        public ObjectWindowResult ShowNewObjectWindow(IntPtr parentWindow, MFObjectWindowMode mode, ObjectCreationInfo objectCreationInfo)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Ejemplo n.º 2
0
        public ObjectWindowResult ShowPrefilledNewObjectWindow(IntPtr parentWindow, MFObjectWindowMode mode, ObjectCreationInfo objectCreationInfo, PropertyValues prefilledPropertyValues = null, AccessControlList accessControlList = null)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Ejemplo n.º 3
0
        public ObjectWindowResult ShowEditObjectWindow(IntPtr parentWindow, MFObjectWindowMode mode, ObjVer objVer)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }